home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
gemfsc19
/
gemfsc19.lzh
/
GEMFBIND
/
VRQCHOIC.S
< prev
next >
Wrap
Text File
|
1993-03-16
|
971b
|
37 lines
;*========================================================================
;* VDIFAST Public Domain VDI bindings.
;*========================================================================
;*------------------------------------------------------------------------
;* Input choice, request mode.
;*------------------------------------------------------------------------
globl _vrq_choice
_vrq_choice:
; .cargs #8,handle.w,chin.w,chout.l
handle = 8
chin = 10
chout = 12
link a6,#0
; VContrl #30,,,#1
move.w handle(a6),-(sp) ; contrl[6]
clr.l -(sp) ; contrl[5,4]
move.w #1,-(sp) ; contrl[3]
subq.l #2,sp ; contrl[2]
clr.w -(sp) ; contrl[1]
move.w #30,-(sp) ; contrl[0]
subq.l #4,sp ;* -> ptsout
move.l chout(a6),-(sp) ;* -> intout
subq.l #4,sp ;* -> ptsin
pea chin(a6) ;* -> intin
pea 16(sp) ;* -> contrl
jmp vdicall
end